home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / gs261ini.zip / GS_SYM_E.PS < prev    next >
Text File  |  1993-05-12  |  4KB  |  92 lines

  1. %    Copyright (C) 1991 Aladdin Enterprises.  All rights reserved.
  2. %
  3. % This file is part of Ghostscript.
  4. %
  5. % Ghostscript is distributed in the hope that it will be useful, but
  6. % WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  7. % to anyone for the consequences of using it or for whether it serves any
  8. % particular purpose or works at all, unless he says so in writing.  Refer
  9. % to the Ghostscript General Public License for full details.
  10. %
  11. % Everyone is granted permission to copy, modify and redistribute
  12. % Ghostscript, but only under the conditions described in the Ghostscript
  13. % General Public License.  A copy of this license is supposed to have been
  14. % given to you along with Ghostscript so you can know your rights and
  15. % responsibilities.  It should be in a file named COPYING.  Among other
  16. % things, the copyright notice and this notice must be preserved on all
  17. % copies.
  18.  
  19. % Define the Symbol encoding vector.
  20. /SymbolEncoding
  21. % \000
  22.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  23.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  24.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  25.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  26. % \040
  27.     /space /exclam /universal /numbersign
  28.     /existential /percent /ampersand /suchthat
  29.     /parenleft /parenright /asteriskmath /plus
  30.     /comma /minus /period /slash
  31.     /zero /one /two /three
  32.     /four /five /six /seven
  33.     /eight /nine /colon /semicolon
  34.     /less /equal /greater /question
  35. % \100
  36.     /congruent /Alpha /Beta /Chi
  37.     /Delta /Epsilon /Phi /Gamma
  38.     /Eta /Iota /theta1 /Kappa
  39.     /Lambda /Mu /Nu /Omicron
  40.     /Pi /Theta /Rho /Sigma
  41.     /Tau /Upsilon /sigma1 /Omega
  42.     /Xi /Psi /Zeta /bracketleft
  43.     /therefore /bracketright /perpendicular /underscore
  44. % \140
  45.     /radicalex /alpha /beta /chi
  46.     /delta /epsilon /phi /gamma
  47.     /eta /iota /phi1 /kappa
  48.     /lambda /mu /nu /omicron
  49.     /pi /theta /rho /sigma
  50.     /tau /upsilon /omega1 /omega
  51.     /xi /psi /zeta /braceleft
  52.     /bar /braceright /similar /.notdef
  53. % \200
  54.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  55.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  56.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  57.     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  58. % \240
  59.     /.notdef /Upsilon1 /minute /lessequal
  60.     /fraction /infinity /florin /club
  61.     /diamond /heart /spade /arrowboth
  62.     /arrowleft /arrowup /arrowright /arrowdown
  63.     /degree /plusminus /second /greaterequal
  64.     /multiply /proportional /partialdiff /bullet
  65.     /divide /notequal /equivalence /approxequal
  66.     /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  67. % \300
  68.     /aleph /Ifraktur /Rfraktur /weierstrass
  69.     /circlemultiply /circleplus /emptyset /intersection
  70.     /union /propersuperset /reflexsuperset /notsubset
  71.     /propersubset /reflexsubset /element /notelement
  72.     /angle /gradient /registerserif /copyrightserif
  73.     /trademarkserif /product /radical /dotmath
  74.     /logicalnot /logicaland /logicalor /arrowdblboth
  75.     /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  76. % \340
  77.     /lozenge /angleleft /registersans /copyrightsans
  78.     /trademarksans /summation /parenlefttp /parenleftex
  79.     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  80.     /bracelefttp /braceleftmid /braceleftbt /braceex
  81.     /.notdef /angleright /integral /integraltp
  82.     /integralex /integralbt /parenrighttp /parenrightex
  83.     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  84.     /bracerighttp /bracerightmid /bracerightbt /.notdef
  85. 256 packedarray def
  86. 2 SymbolEncoding .registerencoding
  87.  
  88. /defineresource where
  89.  { pop
  90.    /SymbolEncoding SymbolEncoding /Encoding defineresource pop
  91.  } if
  92.